home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : d3_disp.ph
- SHORTNAME : disp.ph
- SNNS VERSION : 3.2
-
- PURPOSE : header for d3_disp.c
- NOTES :
-
- AUTHOR : Ralf Huebner
- DATE : 1.12.1991
-
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)d3_disp.ph 1.7 3/2/94
- SCCS VERSION : 1.7
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
- #ifndef _D3_DISP_DEFINED_
- #define _D3_DISP_DEFINED_
-
- /* begin global definition section */
-
- void d3_createDisplayWindow (void);
- Widget d3_displayMainWidget;
- void d3_eventProc (Widget w, Display *display, XEvent *event);
-
- /* end global definition section */
-
- /* begin private definition section */
-
-
- /* end private definition section */
-
- #endif
-
- /* end of file */
- /* lines: */
-